Class sbktech.tools.hashjava.util.NameGenerator
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class sbktech.tools.hashjava.util.NameGenerator

java.lang.Object
   |
   +----sbktech.tools.hashjava.util.NameGenerator

public class NameGenerator
extends Object
Interface defining mechanism to pick up a sequence of names to use while obfuscating.
Author:
$Author: kbs $

Constructor Index

 o NameGenerator()

Method Index

 o checkedName(Hashtable, String)
Return a name which does not belong in the stop table.
 o nextName()
 o nextName(String)
Generate a new name for this old symbol.

Constructors

 o NameGenerator
  public NameGenerator()

Methods

 o nextName
  public abstract String nextName(String oldName)
Generate a new name for this old symbol.
 o nextName
  public String nextName()
 o checkedName
  public String checkedName(Hashtable stop,
                            String oldName)
Return a name which does not belong in the stop table.

All Packages  Class Hierarchy  This Package  Previous  Next  Index